home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-09-18 | 1.1 KB | 34 lines | [TEXT/MPS ] |
- ; *********************************************************
- ;
- ; File: E16.HyperXCMD
- ;
- ; For use with HyperCard IIGS version 1.1
- ;
- ; Copyright © Apple Computer, Inc. 1990-91
- ; All Rights Reserved
- ;
- ; *********************************************************
-
- ; Offset constants for XCMDBlock
-
- oxbParamCount GEQU 0
- oxbParams GEQU 2
- oxbReturnValue GEQU 66
- oxbPassFlag GEQU 70
- oxbUserID GEQU 72
- oxbReturnStat GEQU 74
-
- ; XCMDBlock constants for event.what
-
- xOpenEvt GEQU 1000 ; the first event after you are created }
- xCloseEvt GEQU 1001 ; your window is being forced close }
- xHidePalettesEvt GEQU 1004 ; someone called HideHCPalettes }
- xShowPalettesEvt GEQU 1005 ; someone called ShowHCPalettes }
- xCursorWithin GEQU 1300 ; cursor is within the window }
-
- ; XWindow styles
- xWindoidStyle GEQU 0
- xRectStyle GEQU 1
- xShadowStyle GEQU 2
- xDialogStyle GEQU 3
-